* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
	background: #5b4d3d;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.banner ul {
	list-style: none;
	width: 300%;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 466px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
}

.banner .inner {
	padding: 160px 0 110px;
}

.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 5px;
}

.banner .btn:hover {
	background: rgba(255, 255, 255, .05);
}

.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
}

.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}

.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.card {
	max-width: 310px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bw-font {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 49px;
	text-decoration: none;
}

.bs-docs-nav {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
	background-color: #563d7c;
	border-color: #463265;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.slide {
	height: 250px;
	background: #078BF0;
}

.bs-header {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande",
		"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",
		"Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei",
		"WenQuanYi Micro Hei", sans-serif;
	font-size: 30px;
	color: sandybrown;
}

.bc-social {
	padding: 10px;
	background: whitesmoke;
}

.bc-social-buttons {
	list-style: none;
}

#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url("img/top.png") no-repeat;
}

.aey-clear {
	clear: both;
}

.idx-li {
	margin: 2px;
	padding: 3px;
}

.idx-bar-left {
	color: block;
	float: left;
	width: 20%;
}

.idx-bar-right {
	float: left;
	border-left: #EBEBEB solid 1px;
	width: 80%;
}

.idx-bar-span {
	padding: 5px;
}

.camao-form {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	height: 30px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	vertical-align: middle;
}

.banner-menu-tree .bh3 a {
	font: 14px/22px Microsoft yahei;
	color: #555;
	padding: 1px 10px;
	margin: 4px 10px 0;
	border-radius: 12px;
	cursor: pointer;
	float: left;
}

.banner-menu-tree .bh3 a:hover {
	background: #49f;
	color: #fff;
}

.banner-menu-tree .bh2 {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.banner-menu-tree .pr0 {
	font: 22px/28px Microsoft yahei;
	color: #49f;
}

#myCarousel {
	/* background: url("../camera/G1.jpg") fixed!important; */
	background-repeat: no-repeat;
	background-positon: 100%, 100%;
}